Welcome! I'm Vishal, Exploring to become a full stack developer from scratch. This page is for different types of selectors in CSS
#Consistency
Universal Selector (*) → applied a global margin and padding.
Element Selector (h2) → styled headings.
Class Selector (.about) → styled paragraphs with a common class.
ID Selector (#tagline) → highlighted a unique tagline.
Group Selector (h4, pre) → styled multiple elements together.